cURL
curl --request DELETE \ --url https://api.getmaxim.ai/v1/test-runs \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data '{ "workspaceId": "<string>", "ids": [ "<string>" ] }'
{ "message": "<string>" }
Delete test runs from a workspace
API key for authentication
Successfully deleted test runs
The response is of type object.
object
Was this page helpful?